net/http.response.cancelCtx (field)

4 uses

	net/http (current package)
		server.go#L430: 	cancelCtx        context.CancelFunc // when ServeHTTP exits
		server.go#L1091: 		cancelCtx:     cancelCtx,
		server.go#L1947: 			inFlightResponse.cancelCtx()
		server.go#L2111: 		w.cancelCtx()